home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / fpkpas92.zip / BIN_DOS.ZIP / BIN / ERRORE.MSG < prev    next >
Text File  |  1997-07-01  |  6KB  |  152 lines

  1. unexpected end of file
  2. duplicate identifier:
  3. syntax error:
  4. out of memory
  5. unknown identifier
  6. illegal character
  7. source too long
  8. INLINE not supported (use option -Si for C++ styled inlining)
  9. NEAR ignored
  10. FAR ignored
  11. INTERRUPT ignored
  12. private methods can't be VIRTUAL
  13. constructor can't be private or protected
  14. destructor can't be private or protected
  15. identifier not found
  16. local class definitions are not allowed
  17. anonym class definitions are not allowed
  18. type identifier expected
  19. identifier already as type identifier declared
  20. type identifier not defined
  21. type mismatch
  22. statement expected
  23. illegal integer contant
  24. illegal expression
  25. type mismatch
  26. expression too complicated - FPU stack overflow
  27. CONTINUE not possible
  28. BREAK not possible
  29. exception handling needed to compile this (command line -Se)
  30. illegal qualifier
  31. illegal count variable
  32. ordinal type expected
  33. high range limit < low range limit
  34. illegal unit identifier
  35. unknown format of unit file
  36. error when reading unit
  37. circular unit use
  38. too many units
  39. illegal char constant
  40. overloaded identifier isn't a function identifier
  41. overloaded functions have the same parameter list
  42. illegal parameter list
  43. can't determine which overloaded function to call
  44. exception handling not used, hower needed by function
  45. forward declaration not solved:
  46. input file not found
  47. function header doesn't match the forward declaration
  48. unknown field identifier
  49. parameter list size exceeds 65535 bytes
  50. function nesting > 31
  51. illegal compiler switch
  52. can't open include file
  53. record or class type expected
  54. not found:
  55. only values can be jumped over in enumeration types
  56. pointer type expected
  57. unit is compiled for another operating system
  58. typed constants of classes are not allowed
  59. duplicate case label
  60. range check error while evaluting constants
  61. illegal type conversion
  62. class type expected
  63. functions variables of overloaded functions are not allowed
  64. can't open assembler output file
  65. string length must be a value from 1 to 255
  66. class indentifier expected
  67. method identifier expected
  68. function header doesn't match any method of this class
  69. use extended syntax of DISPOSE and NEW to generate instances of classes
  70. file types must be var parameters
  71. string constant exceeds line end
  72. illegal version of the unit:
  73. illegal floating point constant
  74. destructors can't have parameters
  75. FAIL can be used in constructors only
  76. records fields can be aligned to 1,2 or 4 bytes only
  77. too many $ENDIFs or $ELSEs
  78. $ENDIF expected
  79. illegal call by reference parameters
  80. can't generate DEF file
  81. all overloaded methods must be virtual if one is virtual:
  82. overloaded methods which are virtual must have the same return type:
  83. all overloaded virtual methods must support exceptions if one support exceptions:
  84. EXPORT declared functions can't be called
  85. EXPORT declared functions can't be nested
  86. methods can't be EXPORTed
  87. SELF is allowed in methods only
  88. call by var parameters have to match exactly
  89. type identifiers are not allowed in this context
  90. class identifer expected
  91. class isn't a super class of the current class
  92. methods can be only in other methods called direct with type identifier of the class
  93. illegal INHERITED: class has no super class
  94. illegal type: pointer to class expected
  95. possible illegal call of constructor or destructor (doesn't match to this context)
  96. class should have one destructor only
  97. expression must be constructor call
  98. identifier idents no member
  99. expression must be destructor call
  100. assembler: illegal constant
  101. illegal type declaration of set elements
  102. illegal expression in set constructor
  103. type conflict between set elements
  104. illegal use of ':'
  105. expression type must by class or record type
  106. the operator / isn't defined for integer, the result will be real, use DIV instead
  107. can't write PPU file
  108. illegal order of record elements
  109. the name of constructors must be INIT
  110. the name of constructors must be DONE
  111. set element type mismatch
  112. illegal label declaration
  113. label not found
  114. GOTO und LABEL are not supported (use command line switch -Sg)
  115. set expected
  116. identifer isn't a label
  117. label already defined
  118. label isn't defined:
  119. constructors and destructors must be methods
  120. error when assembling
  121. identifier not used:
  122. functions with void return value can't return any value
  123. Hmmm..., this code can't be much efficient
  124. unreachable code
  125. This overloaded function can't be local (must be exported)
  126. It's not possible to overload this operator
  127. Abstract methods can't be called direct
  128. the mix of CLASSES and OBJECTS are not allowed
  129. macro buffer overflow while reading or expanding a macro
  130. keyword redefined as macro has no effect
  131. extension of macros exceeds a deep of 16, perhaps there is a recursive macro definition (crashes the compiler)
  132. ENDIF without IF(N)DEF
  133. user defined:
  134. linker: Duplicate symbol:
  135. linker: Error while reading object file
  136. linker: object file not found
  137. linker: illegal magic number in file:
  138. The extended syntax of new or dispose isn't allowed for a class
  139. To generate an instance of a class or an object with an abtract method isn't allowed
  140. Only virtual methods can be abstract
  141. Abtract methods shouldn't have any definition (with function body)
  142. can't call the assembler
  143.                      cant_call_o2obj,
  144.                      _asm_syntax_error,
  145.                      register_name_expected,
  146.                      _asm_size_mismatch,
  147.                      _no_instr_match,
  148. can't compile unit:
  149. Re-raise isn't possible there
  150. Automatic type conversation from floating type to COMP which is an integer type
  151. Procedure overloading is switched off
  152. compiler switches aren't allowed in (* ... *) styled comments